-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix!: ResponseMessageをResponseStatusに名称変更 #5399
base: master
Are you sure you want to change the base?
Conversation
commit: |
あ〜 exportsフィールドを追加するとlibとかからimportしてたやつが使えないのか… そりゃそうだ |
libディレクトリからもimportできるように調整完了 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ローカルで確認して抜け漏れなさそうなことを確認しました。
export 周りはうっかり挙動を変えないように何らかの形でテストを書けるといいのかしら(パッと書き方は思い浮かばず)。
また、どこの部分が変わったことによる Breaking change なのかは PR の description あたりにまとまっていると後で(リリースノート書くときなど)に楽そうな気がしました。
@@ -7,7 +7,6 @@ import { Stack } from '../../../Layout' | |||
import { Text } from '../../../Text' | |||
import { MultiComboBox } from '../MultiComboBox' | |||
|
|||
// eslint-disable-next-line storybook/prefer-pascal-case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: 不要そう?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そもそもstorybookってlintの対象外になってませんか?
対象になっていた時代の名残なような気がします
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
おっ、そうなんですね? 対象外であれば消しで問題ないです!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ですね!ここは消して良さそうだったので消しました
/* eslint-disable smarthr/a11y-input-has-name-attribute */ | ||
/* eslint-disable smarthr/a11y-prohibit-input-placeholder */ | ||
/* eslint-disable smarthr/a11y-input-in-form-control */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: 意図的?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消されててエラーなかった気がしたのでそのままにしちゃったんですが、一応確認してきます!
@@ -1,4 +1,3 @@ | |||
/* eslint-disable smarthr/a11y-input-in-form-control */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: 意図的?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消されててエラーなかった気がしたのでそのままにしちゃったんですが、一応確認してきます!
"./src/*" | ||
] | ||
}, | ||
"target": "ES2017" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: 意図的?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
うお、これは意図的じゃないです!!フォーマットかかっただけかと思ってたら見落としてました 😇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正自体は良さそう。
uさん指摘箇所のご確認お願いします
関連URL
https://kufuinc.slack.com/archives/CGC58MW01/p1739929345355399
概要
ResponseMessageTypeをルートからexportするようにした
変更内容
確認方法